home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ian & Stuart's Australian Mac 1993 September
/
clonecd
/
September 93.img
/
Archives
/
Decoration
/
Screensavers
/
Screen Savers
/
TwilightZone
/
source
/
globals.c
< prev
next >
Wrap
Text File
|
1992-06-01
|
684b
|
30 lines
/*-------------------------------------------------------------------------------------
*
* Simple Sample Application Framework
*
* ©1991 Apple Computer
*
-------------------------------------------------------------------------------------*/
/*
* globals.c -- repository for global variables
*
* change history:
*
* SJF 11/6/91 1.0d1 initial coding
*
*/
#include "const.h"
#include "mytypes.h"
/* configuration flags */
Boolean gHasWaitNextEvent; // true if we have waitnextevent available
/* action flags */
Boolean gDone; // application should terminate when set
Boolean gInBackground; // true if application is in the background
RgnHandle gCursorRgn;